projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5190d01
)
gdkborder: change types from gint16 to gint
author
William Hua
<william.hua@canonical.com>
Thu, 17 Dec 2015 17:38:35 +0000
(12:38 -0500)
committer
William Hua
<william.hua@canonical.com>
Thu, 17 Dec 2015 17:56:35 +0000
(12:56 -0500)
gdk/gdktypes.h
patch
|
blob
|
history
diff --git
a/gdk/gdktypes.h
b/gdk/gdktypes.h
index 17584b298948e6f46c177f7bf92a934b990508d1..57dc0feb5383e59f76775722895ae23f51324a1d 100644
(file)
--- a/
gdk/gdktypes.h
+++ b/
gdk/gdktypes.h
@@
-107,10
+107,10
@@
typedef struct _GdkBorder GdkBorder;
*/
struct _GdkBorder
{
- gint
16
left;
- gint
16
right;
- gint
16
top;
- gint
16
bottom;
+ gint left;
+ gint right;
+ gint top;
+ gint bottom;
};
/**